libgaim framework to r 200, trying to eliminate an ssl crash often seen with TLS...
[adiumx.git] / Other / Adium 1.6 Pref Importer / BDClientSupport.h
blob45dc38a479e9d290f5a93198688ae02363a51cf2
1 //
2 // BDClientSupport.h
3 // Adium
4 //
5 // Created by Brandon on 2/17/05.
6 // Copyright 2005 __MyCompanyName__. All rights reserved.
7 //
9 #import "BDClientSupport.h"
11 #define ICHAT_LOG_DATA @"PATH"
12 #define ICHAT_STATUS_DATA [[[NSHomeDirectory() stringByAppendingPathComponent:@"Library"] stringByAppendingPathComponent:@"Preferences"] stringByAppendingPathComponent:@"com.apple.iChat.plist"]
14 #define FIRE_LOG_DATA @"PATH"
15 #define FIRE_STATUS_DATA [[[[NSHomeDirectory() stringByAppendingPathComponent:@"Library"] stringByAppendingPathComponent:@"Application Support"] stringByAppendingPathComponent:@"Fire"] stringByAppendingPathComponent:@"FireConfiguration.plist"]
17 #define PROTEUS3_LOG_DATA @"PATH"
18 #define PROTEUS3_STATUS_DATA [[[[[NSHomeDirectory() stringByAppendingPathComponent:@"Library"] stringByAppendingPathComponent:@"Application Support"] stringByAppendingPathComponent:@"Instant Messaging"] stringByAppendingPathComponent:@"Profile"] stringByAppendingPathComponent:@"Status.plist"]
20 #define PROTEUS4_LOG_DATA @"PATH"
21 #define PROTEUS4_STATUS_DATA [[[[[NSHomeDirectory() stringByAppendingPathComponent:@"Library"] stringByAppendingPathComponent:@"Application Support"] stringByAppendingPathComponent:@"Proteus"] stringByAppendingPathComponent:@"Profile"] stringByAppendingPathComponent:@"Status.plist"]
23 #define GAIM_LOG_DATA @"PATH"
24 #define GAIM_STATUS_DATA @"PATH"
26 #define ADIUM_LOG_DATA [[[NSHomeDirectory() stringByAppendingPathComponent:@"Library"] stringByAppendingPathComponent:@"Application Support"] stringByAppendingPathComponent:@"Adium"]
30 @interface BDClientSupport : NSObject
34 @end